09-25-2008 08:24 PM
Is it possible to use the TDM DLLs with Eclipse/MinGW?
[Sorry if this is the wrong forum, but I didn't see one that was obviously appropriate.]
09-26-2008 12:02 PM
SSteve,
This is a language issue and not an environment one. If these two environments communicate in a language that takes TDM files then you will be fine (I don't know myself). I would check their websites or help files for if they take TDM files. Check back here though because another customer might know exactly or have used these before. Good Luck!!
09-26-2008 01:56 PM
Hi SSteve,
The question would be whether or not Eclipse/MinGW can call DLLs. The TDM C DLL is a standard DLL so any programming language that can call into a DLL can use the TDM DLL. That said, I am not familiar with Eclipse/MinGW but from my quick search on the web it looks like you can call DLLs. So, you should be able to use TDM files in your application.