JDE Connector Error

JackSz

Member
Hi

I'm having a problem with creating DLL wrappers for my interoperability app.
Can anybody give me clue with this error?

Processing C:\Program Files\Microsoft Visual Studio\VC98\include\msxml.idl
msxml.idl
midl : command line error MIDL1001 : cannot open input file JDECOMConnector2.idl

NMAKE : fatal error U1077: 'midl.exe' : return code '0x7ea'
Stop.


I had the compile working before, but someting went wrong after installing VB.NET (I would guess). Any ideas?
I pretty sure I have my lib, path and include env variables set-up as they should according to interoperability manuals, but still get this error. My apps which connect to JDE using JDECOMConnector2 still work, but I cannot coompile new versions.
Thank you in advance. Any help is appreciated

Jack
 
Hi Jack,

JDE does not support VB.NET. I guess thats the problem area.
According to JDE, if you are using .Net then one has to downgrade it to VS6. I am sorry I don't how to do that, If some can through some light on to it.

Thanks
 
Back
Top