Author |
Message |
Topic: Linking 3rd pary dlls via export libraries |
mac-es
Replies: 10
Views: 16905
|
Forum: General Posted: Mon May 26, 2008 9:40 am Subject: |
I'm using a lot of functions related to named pipes in my C code. scc cannot use the .h files needed for these functions (provided by Visual C++). Do I have to declare these functions as external (in ... |
Topic: Linking 3rd pary dlls via export libraries |
mac-es
Replies: 10
Views: 16905
|
Forum: General Posted: Fri May 23, 2008 2:26 pm Subject: |
Andrew,
thanks again for the quick reply. Applying your proposal yields no "undefined references", so compiling and linking seems to be fine ("cl" and "link" for C cod ... |
Topic: Linking 3rd pary dlls via export libraries |
mac-es
Replies: 10
Views: 16905
|
Forum: General Posted: Fri May 23, 2008 10:05 am Subject: |
Paul, Andrew,
thanks for the quick reply!
Using scc I get the errors listed below.
Using slink instead of link yields the same missing references (if compiled with Visual C++), so I guess I h ... |
Topic: Linking 3rd pary dlls via export libraries |
mac-es
Replies: 10
Views: 16905
|
Forum: General Posted: Wed May 21, 2008 3:29 pm Subject: FTN95 ext.dll + Visual C++ 6.0 code |
Not sure wheter my problem fits here...
Have to generate an FTN95 ext.dll to be called by an external program, which only can call FTN95 generated / (s)linked .dlls (no idea why). The ext.dll fortr ... |
|