Board index » delphi » Delphi App using C DLL Causing StackOverflow
jb
![]() Delphi Developer |
Sat, 21 Aug 2004 02:47:56 GMT
Delphi App using C DLL Causing StackOverflow
Hello.
I have an application written in Delphi 5 which calls a DLL written in C. My Any help would be greatly appreciated. Here is the complete source: Delphi Code: program Project2; var unit Unit1; C DLL Code: int __declspec(dllexport) CrashTest2(char *teststr) Quote} JB |