[update] SoLoRoLLo 0.91
-
- KVRian
- Topic Starter
- 830 posts since 13 Oct, 2003
maby you can tell me which logicaly usefull keycombinations aren't used by t1 and t2 in default
i decided to use the 1-9 keys together with SHIFT and CTRL because in t2 they work without affecting t2. hmm..
i need a lunch break
-
- KVRAF
- 3617 posts since 26 Sep, 2003 from Bradford - The Armpit of Britain
unfortunately I can't get this too work. Tracktion ignores the file - just like Modilr's latest version of senderella that was coded in c++. Bugger. I tried putting .net framework beta 2 on my machibe to see if that made a difference - nope. Using XP (no service packs - if it aint broke u know). Are there any specific runtime libraries I need in my sytem32 directory to be able to use these plugs? e.g. msvcr71.dll (which is present anyway)?
-
- KVRian
- Topic Starter
- 830 posts since 13 Oct, 2003
nope, not that i know
hm, solorollo is based on modulrs code so it might be the same problem) and .net is surly not needed. very strange ? maby something IS broken on your machine
but sure it could be something in the code, but there isn't much that can cause this behavior (not loading at all)
i need a lunch break
-
- KVRAF
- 3617 posts since 26 Sep, 2003 from Bradford - The Armpit of Britain
dunno - I reinstalled windows around a week ago - nice clean & minimal & one of the first things I tried was the new senderella in tracktion - no go. I have all non-essential services either disabled or manual - but i'm sure if that caused problems it would be more widespread. Even if i were to never use either of these little applications I just like to know WHY something doesn't work - it's my personality & kind of what I used to do for a job.
-
- KVRian
- Topic Starter
- 830 posts since 13 Oct, 2003
when tracktion scannes for plugins, it puts it in the "files to ignore" list, right ? unfortunately i have sp2 on my pc, and don't know anyone who has just xp without servicepacks to test if it's an issue of that. maby someone here can check it?
i need a lunch break
-
- KVRAF
- 3617 posts since 26 Sep, 2003 from Bradford - The Armpit of Britain
That has already been checked m8:
http://www.kvraudio.com/forum/viewtopic ... senderella
& http://www.kvraudio.com/forum/viewtopic ... senderella
It seems it is something to do with service-pack-less xp.
http://www.kvraudio.com/forum/viewtopic ... senderella
& http://www.kvraudio.com/forum/viewtopic ... senderella
It seems it is something to do with service-pack-less xp.
-
- KVRAF
- 1974 posts since 21 Jun, 2002 from Earth
I would guess that there is something in a library that's needed, and the non-service-pack xp's simply don't have it. I run SP2 as well... it's kinda hard to pinpoint exactly what's different. Maybe it's a compiler option or something???
ModuLR / Radio
-
- KVRAF
- 3617 posts since 26 Sep, 2003 from Bradford - The Armpit of Britain
I reckon the next time i'm at a friends house who has sp1 or 2 i'll have a bit of a peek at their system - might find something.
-
- KVRAF
- 3617 posts since 26 Sep, 2003 from Bradford - The Armpit of Britain
or maybe i should just bite the bullet & install sp1 - seems to be stable from all i've heard.
-
- KVRian
- Topic Starter
- 830 posts since 13 Oct, 2003
wait before you do
i've uploaded a special version for you to test. it might not do what it should, but at least it maybe loads up.
http://www.elektroprobe.de/solorollo/solorollo1.zip
http://www.elektroprobe.de/solorollo/solorollo1.zip
-
- KVRAF
- 3617 posts since 26 Sep, 2003 from Bradford - The Armpit of Britain
aldi - dude, what can I say - you are a scholar & a gentleman for true
. Only been able to give it a quick try - but it survives the scan & appears to work like a charm (gave it a quick test on a simple track i'm working on). I'm stoked mate
. Damn - you'll have to let Modulr know what u did - if he's anything like me I bet it's been bugginf him as to what exactly the problem was. I'll say it again - TOP MAN.
-
- KVRian
- Topic Starter
- 830 posts since 13 Oct, 2003
hmm, not to much :
i have replaced and taken off this :
and the pragmas:
seems like the memory is shared anyway (at least with my compiler). i think the replaced <cstdlib> made it. maby it's too new for xp ?! btw, it also works on xp sp2 (at least here) should make it the official update. what's up with the problems you have with solorollo. maby it solves it too (would be luck
)
i have replaced and taken off this :
Code: Select all
#include <stdio.h>//#include <cstdlib>
#include <windows.h>
//#include <time.h>
//#include <math.h>
//#include <sstream>
Code: Select all
//#pragma data_seg("SHARED")
.
.
.
//#pragma data_seg()
//#pragma comment(linker, "/section:SHARED,RWS")
