How to use Delphi and Visual C together?
Hellow!
Thank You for advice!
I use Windows XP with service pack and Delphi 6.
However, I use Visual C with Intel compiler, so MS linker replaced with
Intel ilink.exe.
Probably, this problem related to the Intel linker, I will check it.
More symptoms of the problem are:
- I can delete the dll after running or debugging the program when I use
Delphi only.
- When I made attempt to compile dll after running the program from Delphi,
the linker writes the message:
-----------------------
Linking...
xilink6: executing 'C:\PROGRA~1\MICROS~3\VC98\Bin\link.exe'
LINK : fatal error LNK1105: cannot close file "ft_core.dll"
Error executing xilink6.exe.
-----------------------
After this, I cannot delete the dll from the OS.
Thank You too.
WBR,
Rudolf Heider.
|