Hi all,
I am trying to help a user in the process of MDL migration from V8i to CONNECT, and I have some doubts with some modules and objects equivalences and link parameters.
This is how they are currently working in V8i:
1 - They create a .DLL from .C++ code (creating a .DLO object)
2 - Create several .MO files from different .MC files
3 - Compile the .MO files together with the .DLO to create a .MP
4 - Finally they create a .MA file from the .MP
I have tried to identify the equivalent steps in CONNECT reviewing all the SDK CONNECT examples and the documentation, and this is what I have understood they need to do:
1 - Create .OBJ files from .CPP source
2 - Compile the resources (RSC) files into a .MI file
3 - Combine the .MI file with additional external resources to create the final .MA
Am I right?
Are the .MI files the equivalent to the V8i .MO files?
Where do we need to include the .DLO files to be linked? And the .OBJ? Together with the .MI in the .MA generation?
Thanks a lot in advance.
Eduardo Cortes