I'm looking at making a few changes to the DAC 3 mapper, but at the moment i'm just trying to get the default mapper to compile.
I've created a Win32 Dynamic Link-Library ms project in visual C++ 6.0 and then added the DAC3Mapper.h and DAC3DefaultMapper.cpp files to it.
But when I come to compiling the project i get this error message
Compiling...
DAC3DefaultMapper.cpp
u:\project part c\dac3mapper.h(112) : error C2146: syntax error : missing ';' before identifier 'CLSID_VdjDac'
u:\project part c\dac3mapper.h(112) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Since i'm just starting on this, I haven't really got much idea yet what the problem is! :(
Any ideas anybody?
Thanks for your help :)
I've created a Win32 Dynamic Link-Library ms project in visual C++ 6.0 and then added the DAC3Mapper.h and DAC3DefaultMapper.cpp files to it.
But when I come to compiling the project i get this error message
Compiling...
DAC3DefaultMapper.cpp
u:\project part c\dac3mapper.h(112) : error C2146: syntax error : missing ';' before identifier 'CLSID_VdjDac'
u:\project part c\dac3mapper.h(112) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
Since i'm just starting on this, I haven't really got much idea yet what the problem is! :(
Any ideas anybody?
Thanks for your help :)
Posted Tue 12 Dec 06 @ 3:07 pm
best to drop a message to our plugins and programing guru dj cel :)
Posted Tue 12 Dec 06 @ 3:13 pm
thanks, i'll hve to PM him if this thread doesn't turn anything up in a couple of days :) Any help at all would be greatly appreciated. :)
Posted Tue 12 Dec 06 @ 4:06 pm
Posted Tue 12 Dec 06 @ 5:26 pm
thanks cel :)
the god of plugins and programing
the god of plugins and programing
Posted Tue 12 Dec 06 @ 6:37 pm
yes, thanks, think i need to have a closer look when i've got some spare time, but looking at it, might do the trick! :)
Posted Wed 13 Dec 06 @ 11:25 am