User forums > General (but related to Code::Blocks)

Code::Blocks support in solmgr

<< < (2/2)

Urxae:

--- Quote from: ramzee on November 09, 2005, 10:06:28 am ---Urxae: solmgr is .net application and codeblocks is written in c++, so it does not look too easy to reuse solmgrs's code in codeblocks modules or vice versa. though it is possible using .net interoperability, but i don't think it is very correct to make codeblocks parts depend on .net framework. Anyway everybody is welcome in using solmgr components or code parts.

--- End quote ---

Well, one can still (try to) "translate" the interesting parts to C++. I was actually referring more to the knowledge of MS's file formats that to actual code.
I imagine exporting to them is a bit more complicated that importing them as it requires more knowledge of what everything means, whereas while importing them you can ignore all the bits you don't understand. And importing isn't yet perfect in Code::Blocks (at least for MSVC 8.0 files, though I'm not sure what version you're exporting to).

ramzee:
mandrav: i've just tested solmgr on fresh winxp installation and got similar error message without gtk# runtime installed. Make sure you have path to gtk# installation in your PATH environment variable (reboot required sometimes to make windows update variables). If this doesn't help can you tell which gtk# version you have? I use gtk# 1.9.3.1 runtime package for testing and it is ok on severals machines.

Urxae: solmgr supports 7.10 version (which is .NET 2003). Vcrpoj format is quite simple (you don't have to export every option, msvs just uses default values for settings that are not mentioned in vcproj), and ofcourse solmgr code can be used as a guide to vcproj internals.

mandrav:
I installed mono-1.1.9.2-gtksharp-2.3.92-win32-0.exe (.NET I had already installed)

ramzee:

--- Quote from: mandrav on November 09, 2005, 01:25:11 pm ---I installed mono-1.1.9.2-gtksharp-2.3.92-win32-0.exe (.NET I had already installed)

--- End quote ---

Seems like latest Gtk# release 2.3.92 is not backward compatible, since it does not support 1.9.3.1 libraries. I've updated solmgr to version 0.1.6 using 2.3.92 Gtk# build; now it seems to work with the latest Gtk# runtime. You can download latest solmgr installer from http://solmgr.sourceforge.net/download.html

mandrav:
It works now, thanks.

Navigation

[0] Message Index

[*] Previous page

Go to full version