User forums > General (but related to Code::Blocks)
Howdy! Im a noob :)
killerbot:
patch 2 contains patch 1, so can apply it wx263, and if you like also to wx263p1. The end result will be the same .
mdelfede:
--- Quote from: iw2nhl on July 13, 2006, 10:48:46 pm ---
A question:
the patch-2 contains the patch-1, so it must be applied to the base 'wxMSW-2.6.3' or can be applied to the already patched (with patch-1) 'wxMSW-2.6.3-1' too?
[EDIT]
The patch ZIP is not a 'diff' file, but contains the already-patched source files.
No 'patch' executable is needed, just overwrite the files in the source dir!
--- End quote ---
Wiki updated !
Ciao
Max
iw2nhl:
With latest modifies of theese days to the wiki, now it is more clear what to do!
Thanks to Mdelfede who updated the wiki with the new infos and to Sethjackson that restyled them.
Another question:
I applied the patch and recompiled, but the resulting DLL has not been rebuilt, is this right?
DLL: wxWidgets\lib\gcc_dll\wxmsw26u_gcc_custom.dll
I tried also to give the "clean" command and then rebuild everything, but still the DLL did not change. Moreover I noticed that the 'clean' command did not remove the old DLL.
Is this a bug of the wxWidgets makefile or is this right?
[EDIT]
I noticed that there are 2 DLLs:
1) wxmsw26u_gcc_custom.dll
2) wxmsw26_gcc_custom.dll
The wiki says I need the first one (which has not been modified), while the second one has been modified (really I didn't notice it before!).
What's the difference between the 2 DLLs?
matthewjumpsoffbuildings:
OK thanks guys - i will have to look into getting the latest build and gcc 4.0 and wxwidgets....
oh btw - what version packages should i get instead of the ones in the wiki? Whats the latest versions that are still stable? i used these versions
--- Quote ---GCC 3.4.2 manual install
Installing MinGW can be quite intimidating the first time because it is not obvious what you have to do. Luckily, it is actually pretty simple.
To do a manual install, simply download the required files and extract them all into the same directory. For simplicity, I recommend C:\MinGW.
Base system with C++
* http://prdownloads.sourceforge.net/mingw/gcc-core-3.4.2-20040916-1.tar.gz?download
* http://prdownloads.sourceforge.net/mingw/gcc-g++-3.4.2-20040916-1.tar.gz?download
* http://prdownloads.sf.net/mingw/mingw-runtime-3.9.tar.gz?download
* http://prdownloads.sourceforge.net/mingw/mingw-utils-0.3.tar.gz?download
* http://prdownloads.sf.net/mingw/w32api-3.5.tar.gz?download
* http://prdownloads.sf.net/mingw/binutils-2.16.91-20050827-1.tar.gz?download
* http://prdownloads.sourceforge.net/mingw/mingw32-make-3.80.0-3.tar.gz?download
Optionally:
gdb debugger
* http://prdownloads.sf.net/mingw/gdb-6.3-2.exe?download
--- End quote ---
Cheers. And i do hope someone will come along who has made VSTs with the SDK with code:blocks :)
edit: oh sorry i missed ur post iw2nhl - my 'problem' is i dont know what to do :) I put the vstsdk2.4 folder in C:/ and then i copied the sample project "adelay" over into a folder that i use to store my codeblocks proejects. then i made a new dll project in codeblocks and added all the cpp and h files in the folder to it...i believe thats a way to do it? when i went to compile i tried adding the vstsdk dir to the directories settings - maybe i need to add specific folders? currently i cant compile it - i keep getting lots of errors.
so yea - if someone could walk me thru setting up a project and compiling it - using the adelay example that comes with the vst sdk 2.4 i would be very appreciative :D
PS the wiki main page seems to be missing links? like under the "Installing code:blocks" and "documentation" there used to be a bunch of sub-links their all gone now???
Michael:
--- Quote from: matthewjumpsoffbuildings on July 14, 2006, 01:45:26 am ---OK thanks guys - i will have to look into getting the latest build and gcc 4.0 and wxwidgets....
oh btw - what version packages should i get instead of the ones in the wiki? Whats the latest versions that are still stable? i used these versions
--- Quote ---GCC 3.4.2 manual install
Installing MinGW can be quite intimidating the first time because it is not obvious what you have to do. Luckily, it is actually pretty simple.
To do a manual install, simply download the required files and extract them all into the same directory. For simplicity, I recommend C:\MinGW.
Base system with C++
* http://prdownloads.sourceforge.net/mingw/gcc-core-3.4.2-20040916-1.tar.gz?download
* http://prdownloads.sourceforge.net/mingw/gcc-g++-3.4.2-20040916-1.tar.gz?download
* http://prdownloads.sf.net/mingw/mingw-runtime-3.9.tar.gz?download
* http://prdownloads.sourceforge.net/mingw/mingw-utils-0.3.tar.gz?download
* http://prdownloads.sf.net/mingw/w32api-3.5.tar.gz?download
* http://prdownloads.sf.net/mingw/binutils-2.16.91-20050827-1.tar.gz?download
* http://prdownloads.sourceforge.net/mingw/mingw32-make-3.80.0-3.tar.gz?download
Optionally:
gdb debugger
* http://prdownloads.sf.net/mingw/gdb-6.3-2.exe?download
--- End quote ---
--- End quote ---
Hello,
I would advice to use the MinGW 5.0.3 installer and chose candidate. This will install the latest packages (those of yours list are a bit out of date :)). And also the gdb debugger is not optional if you would like to debug your code :).
Best wishes,
Michael
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version