|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - MS #import directive - what to use in DMC?
I am working on the great DMC plugin for Eclipse that scooter developed (slowly trying to update it to ver 3, but I am way down on the Eclipse/Java learning curve) and I have run into a DMC vs MSVC issue. I have a chunk of code that used the directive: #import "thing.tlb" , and I have two files that were provided to me, thing.tlb and thing.dll (no .h file). What is the proper method of replacing the #import statement in MSVC. Thanks, Andy C in Pittsburgh PA, home of the tax-payer subsidized Stealers! Jan 17 2006
|