| Thread | Last Post | Replies |
|
| Getting error error LNK2019: unresolved external symbol "int __cdecl | 24 Aug 2006 18:59 GMT | 1 |
i have written a function in one dll.i am not able to use the function in another dll.it throws linker error as error LNK2019: unresolved external symbol "int __cdecl function()".i throws error only if i build it in release mode , whereas in debug mode
|
| LNK2019 static link | 17 Aug 2006 21:30 GMT | 2 |
I'm trying to static link a .LIB file (the ZLib zlibstat.lib file to be exact) to a VC++ app. I have the correct LIB file and I've added the header file and #pragma comment(lib, "zlibstat.lib") line to my code. But I keep getting errors like this:
|
| A error with fwrite? | 16 Aug 2006 16:08 GMT | 1 |
The following is my code: #include <stdio.h> #include <string.h> int main(int argc, char *argv[])
|
| Exception 03H in module KERNEL32.DLL | 16 Aug 2006 06:42 GMT | 1 |
Hi Friends, My exe gives an error msg like Exception 03H in module KERNEL32.DLL very often. I am working in VC++ 6.0 ver, mfc and gdi plus.
|
| VC++ 7.1 Static Link Library | 13 Aug 2006 06:07 GMT | 7 |
Was playing around and testing some things, and I have a few questions. Is it possible to statically link to a pre-compiled DLL? For instance, I was playing with a sample that uses odbcbcp.dll but can't figure out if it's possible to statically link to it. I noticed that ...
|