Ticket #98 (closed defect: worksforme)

Opened 5 months ago

Last modified 4 months ago

VisualC++ and D projects within the same solution?

Reported by: Anonymous Assigned to: sagitario
Priority: major Component: Debugger
Version: 0.3.29 Keywords:
Cc:

Description

Is this currently possible?

Change History

01/04/12 07:58:46 changed by sagitario

Yes, I have no problems with that. Do you see any issues?

Due to different object file formats and runtime libraries, you will have a hard time linking Microsoft C++ projects and dmd projects together, though.

01/29/12 04:24:16 changed by sagitario

  • status changed from new to closed.
  • resolution set to worksforme.

No problem with Visual D as far as I can see, please reopen if you see any issues.

Complains about failing to link OMF object files generated by dmd with cl compiled object files should be directed to dmd's bugzilla ;-)

01/29/12 10:22:02 changed by Anonymous

Is there a conversion tool that VisualD could run automatically? Like it does with cv2pdb?

01/29/12 10:39:28 changed by sagitario

There is objconv, but last time I tried it, it did not work very well with dmd generated object files. Maybe you could try the other way COFF -> OMF.