Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PlainOldPhil

    DLL problem

    Hey Prattaratt, Thanks for the response. I wasn't able to recompile under BCB because the code depended on too many GCC features. I found the problem though. It's because when I was prototyping the library I used "exit" in my main function. When I recompiled it into a dll, I forgot to...
  2. PlainOldPhil

    DLL problem

    Hi all, I wrote a library under linux in GCC and now I'm trying to use it in Borland C++ Builder. I used MinGW to compile it into a Windows DLL, and then used implib to generate a borland lib file for it. The DLL is linking to the program just fine, and it's calling the function in the DLL...
  3. PlainOldPhil

    Calling Javascripts across websites

    oh... lol... no worries... answered my own question
  4. PlainOldPhil

    Calling Javascripts across websites

    Hey guys... I'm a pretty new programmer, and I wonder if anyone can give me a hand. I have two websites, and I'm hoping I can run javascripts off one of my websites from my other website. Is there any way to do this? Any help would definitely be appreciated. Thanks Phil

Part and Inventory Search

Back
Top