If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Search found 9 matches
- Sun Jan 13, 2013 7:38 pm
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196980
Re: How to compile Ruby from source on Windows for FS3
Hi Trog,
I don't believe that the Ruby GIL will have any effect on versions of Ruby --- for example version 1.91 and the theoretical 2.05 --- as far as causing limitations on use of different versions simultaneously.
The GIL, as I understand or misunderstand it, keeps a single interpreter from ...
I don't believe that the Ruby GIL will have any effect on versions of Ruby --- for example version 1.91 and the theoretical 2.05 --- as far as causing limitations on use of different versions simultaneously.
The GIL, as I understand or misunderstand it, keeps a single interpreter from ...
- Sat Jan 12, 2013 6:29 pm
- Forum: General
- Topic: So, when is 64bit VST3.5.x be released in FS?
- Replies: 69
- Views: 146117
Re: So, when is 64bit VST3.5.x be released in FS?
Hi all,
The 64-bit quest for Windows is NOT being driven by VST developers and their clients; it is and has been driven for many years already by Microsoft, responding to hardware developments many years ago by Intel. As a historical note, the very first Platform SDK CD that I ever received from ...
The 64-bit quest for Windows is NOT being driven by VST developers and their clients; it is and has been driven for many years already by Microsoft, responding to hardware developments many years ago by Intel. As a historical note, the very first Platform SDK CD that I ever received from ...
- Sat Jan 12, 2013 5:54 pm
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196980
Re: How to compile Ruby from source on Windows for FS3
VPDannyMan wrote:
My total preference right now is that its statically linked with WIN32OLE working 100%.
I would go even further and strongly advise DSP Robotics to support the *full official* Ruby installation, assuming that this isn't already being done by default. (It appears that more stuff ...
My total preference right now is that its statically linked with WIN32OLE working 100%.
I would go even further and strongly advise DSP Robotics to support the *full official* Ruby installation, assuming that this isn't already being done by default. (It appears that more stuff ...
- Fri Jan 11, 2013 8:33 pm
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196980
Re: How to compile Ruby from source on Windows for FS3
Hi all,
Frankly, I don't think that Ruby improvements are a problem. Consider an example:
Exports from FS version 3.x are linked to dspr_msvcr90_Ruby191.dll
Exports from FS version 4.x are linked to dspr_msvcr90_Ruby205.dll
From the perspective of the loader, these are DLL's not Ruby ...
Frankly, I don't think that Ruby improvements are a problem. Consider an example:
Exports from FS version 3.x are linked to dspr_msvcr90_Ruby191.dll
Exports from FS version 4.x are linked to dspr_msvcr90_Ruby205.dll
From the perspective of the loader, these are DLL's not Ruby ...
- Fri Jan 11, 2013 3:16 am
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196980
Re: How to compile Ruby from source on Windows for FS3
rlr wrote:
In case the 2nd plugin would need a different ruby: Game over.
I agree that we are very limited to what can be done with rewriting the Ruby DLL, but this is because a linking was done to a specific DLL already --- specific name, specific EXPORTS --- not because of the "one Ruby ...
In case the 2nd plugin would need a different ruby: Game over.
I agree that we are very limited to what can be done with rewriting the Ruby DLL, but this is because a linking was done to a specific DLL already --- specific name, specific EXPORTS --- not because of the "one Ruby ...
- Thu Jan 10, 2013 1:49 am
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196980
Re: How to compile Ruby from source on Windows for FS3
rlr wrote: ... most difficult but nevertheless necessary problem to solve.
"Difficult" --- probably so.
"Necessary" --- depends on what Ruby is asked to do, so one actually has a lot of control over how "necessary" this is.
Regards,
Dave Clark
- Wed Jan 09, 2013 6:37 pm
- Forum: General
- Topic: Interested in developing some synths/effects?
- Replies: 9
- Views: 26923
Re: Interested in developing some synths/effects?
Hi Support,
Will this IL version of FS contain the Ruby component?
If so, how do they plan on handling the interpreter DLL? It might prove interesting to you to discuss that issue with them, even if they don't plan to implement it.
Regards,
Dave Clark
Will this IL version of FS contain the Ruby component?
If so, how do they plan on handling the interpreter DLL? It might prove interesting to you to discuss that issue with them, even if they don't plan to implement it.
Regards,
Dave Clark
- Tue Jan 08, 2013 8:05 pm
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196980
Re: How to compile Ruby from source on Windows for FS3
Hi all,
It should be pointed out that it is not necessary to "install Ruby," but merely the Ruby interpreter DLL. There is a huge difference between these two tasks.
Having users install the DLL does not mean that the current wrapping method ("one file" solution) needs to be abandoned, nor does it ...
It should be pointed out that it is not necessary to "install Ruby," but merely the Ruby interpreter DLL. There is a huge difference between these two tasks.
Having users install the DLL does not mean that the current wrapping method ("one file" solution) needs to be abandoned, nor does it ...
- Sun Jan 06, 2013 8:13 pm
- Forum: General
- Topic: How to compile Ruby from source on Windows for FS3
- Replies: 94
- Views: 196980
Re: How to compile Ruby from source on Windows for FS3
Hi all,
If it was I who had to provide a short-term solution, I would:
1) Rename the file mscvr90-ruby191.dll to something like dspr-mscvr90-ruby191.dll because the FS version is NOT the same as the official ruby DLL. (Ref: FS User's Guide.)
2) Create a structure such as DSP-Robotics/Flowstone ...
If it was I who had to provide a short-term solution, I would:
1) Rename the file mscvr90-ruby191.dll to something like dspr-mscvr90-ruby191.dll because the FS version is NOT the same as the official ruby DLL. (Ref: FS User's Guide.)
2) Create a structure such as DSP-Robotics/Flowstone ...