How to compile C++ source code which imports tlb files

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kiran_hvr
Newbie
Newbie
Posts: 3
Joined: Mon Aug 09, 2010 3:28 am

How to compile C++ source code which imports tlb files

Post by kiran_hvr »

Hello all,

I am facing compilation issues while compiling a C++ source file using wineg++. My source file imports a tlb file. Unfortunately i get the following error in the tlb file: "error: stray \2 in program".

I have generated the tlb from the corresponding idl file using widl tool.

Kindly let me know whether i have missed something while generating the tlb.

Also help me in using the -b option of the widl.

I am compiling the source code in Suse 11.2 and using WINE 1.2

Regards,
Kiran
Locked