#1
|
|||
|
|||
*.idl -> *.tlb via MS Visual 2008
I used MS Visual Studio 2008 to compile an *.idl file to produce a *.tlb file (type library). I had to right-click->Compile the file. Is this supported in VBPro? I looked for MIDL or IDL in the help files to no avail.
|
#2
|
|||
|
|||
Configure the .idl file in Visual Studio such that building the project compiles the .idl file.
|
#3
|
|||
|
|||
I didn't originally setup the *.sln file, but I'll look into that. I believe the generated files are needed by the subsequent *.c/*.cpp compile, and the manual build instructions I have (which I'm trying to automate via VBPro) said to compile the *.idl file first.
|
|
|