to modulr an who else is interested
-
- KVRAF
- 3364 posts since 16 Feb, 2004 from atop a katamari
yeah visual C++ is a godsend when it comes to saving any hair you have left. remarkably you can get visual C++ express for free. not sure how long it's going to work for, but it's made my life so much more joyous that i'm dedicated to it
go to microsoft's pages and check it out! i've just got it working with JUCE and got a vst compiled
Kick, punch, it's all in the mind.
-
- KVRian
- Topic Starter
- 830 posts since 13 Oct, 2003
and heres a bigger problem for c++ express beta (others won't be free at all and aren't on the market yet)): THE SOFTWARE IS TIME SENSITIVE AND IS DESIGNED TO CEASE FUNCTIONING ON MARCH 1, 2005
i need a lunch break
-
- KVRist
- 113 posts since 6 Jan, 2005
Errm...must not be a fixed date, mine still works. Maybe a time bomb.aldi wrote:and heres a bigger problem for c++ express beta (others won't be free at all and aren't on the market yet)): THE SOFTWARE IS TIME SENSITIVE AND IS DESIGNED TO CEASE FUNCTIONING ON MARCH 1, 2005
-
- KVRAF
- 3364 posts since 16 Feb, 2004 from atop a katamari
it may be just for windows and not ansi/c++ conform..
but then that's if you use the ms things. if you just USE ansi/c++ it's okay, just don't touch the ms stuff. i'm using JUCE library for _everything_ else, which uses what's necessary of windows stuff to do windows stuff, but the code you write is JUCE and C++ if you restrict yourself to it (which i am doing); there isn't a speck of non ansi code that i'm writing that isn't using the JUCE library code- and that's cross platform as we know.
as a compiler and IDE it's pretty darn solid to me.
but then that's if you use the ms things. if you just USE ansi/c++ it's okay, just don't touch the ms stuff. i'm using JUCE library for _everything_ else, which uses what's necessary of windows stuff to do windows stuff, but the code you write is JUCE and C++ if you restrict yourself to it (which i am doing); there isn't a speck of non ansi code that i'm writing that isn't using the JUCE library code- and that's cross platform as we know.
as a compiler and IDE it's pretty darn solid to me.
Last edited by haydxn on Fri Apr 15, 2005 9:21 am, edited 1 time in total.
Kick, punch, it's all in the mind.
-
- KVRAF
- 3364 posts since 16 Feb, 2004 from atop a katamari
and yes, you may have noticed that March 1st passed some time ago. we don't know how long this will last now but it's pretty great and i'm going to buy it when it's available.
Kick, punch, it's all in the mind.
-
- KVRian
- Topic Starter
- 830 posts since 13 Oct, 2003
i've uploaded the adelay example working for dev-cpp.
ignor the warnings of the compiler, or go and delete the pragmas mingw32 don't like.
http://www.elektroprobe.de/solorollo/adelaygui.zip
ignor the warnings of the compiler, or go and delete the pragmas mingw32 don't like.
http://www.elektroprobe.de/solorollo/adelaygui.zip
-
- KVRer
- 1 posts since 19 Jul, 2005 from melbourne/san francisco
Hoya
Aldi, if you could find it in your heart to share that template with an unknown entity, I would be well appreciative..
{ramble}
I managed to get the AGain compiled under the old dev-c++ (gcc 2.95) but when they updated gcc I was too busy fixing all of my other code to try again.. but it's about time I started porting my code over to VST again..
{/ramble}
cheers,
pph
{edit}
err.. sorry that was supremely off topic..
{/edit}
Aldi, if you could find it in your heart to share that template with an unknown entity, I would be well appreciative..
{ramble}
I managed to get the AGain compiled under the old dev-c++ (gcc 2.95) but when they updated gcc I was too busy fixing all of my other code to try again.. but it's about time I started porting my code over to VST again..
{/ramble}
cheers,
pph
{edit}
err.. sorry that was supremely off topic..
{/edit}
Last edited by pentaphobe on Wed Jul 20, 2005 9:44 am, edited 1 time in total.
-
- KVRian
- Topic Starter
- 830 posts since 13 Oct, 2003
it doesn't do anythin particular, except reciving keystrokes even while the plugin is invisible (and that's the trick
) you can add any actions you want.
@pentaphobe: you can still download the adelay example i've uploaded
@pentaphobe: you can still download the adelay example i've uploaded
i need a lunch break
