Re: little help with dll

2003-10-22 Thread Gerrit P. Haase
marvin wrote: > hi- > first... thanks Gerrit for the help. i think i am > making more progress. i never built my own dll as an > export library. it is fun to try. You'll need it only if you want to link executables or other modules against the first module. > i have a question about this cod

re: little help with dll

2003-10-22 Thread marvin
hi- first... thanks Gerrit for the help. i think i am making more progress. i never built my own dll as an export library. it is fun to try. i have a question about this code below. the way i have it set up is fox.dll is the name of the dll i want to create. fox.dll.a is (good question) i gu

Re: little help with dll

2003-10-21 Thread Gerrit P. Haase
Hallo jim, Am Dienstag, 21. Oktober 2003 um 17:52 schriebst du: > Hi - > i'm a newbie trying to create a dll for cygwin with gcc mingw for swig so i > can convert c++ into a tcl module. $LIBS and $LIBPATH are 2 settings that i > dont where/what to specify. You want a DLL, so tell the linker th