Hi
I am attempting to compile and run the VST~ object from Thomas Grill but have a couple of problems. The first one is that the version 1.4 (no 1.5?) will not load into MSVC .NET 2003, but the 1.3 version will. The message I receive is that the file is corrupt even though I can open and read it in a text editor. When I run the 1.3 version I get a message from 'cl.exe' reporting there is no disk in the drive which repeats around 100 times and can only be removed by clicking the 'continue' button furiously. When it finally gets to the end there seem to be some errors in the code as shown below.
------ Build started: Project: vst, Configuration: Debug Win32 ------
Compiling...
VstHost.cpp
PopupWindow.cpp
WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)
d:\PD2\vst~\src\PopupWindow.cpp(29) : error C2039: 'OnEditorClose' : is not a member of 'VSTPlugin'
d:\PD2\vst~\src\VstHost.h(43) : see declaration of 'VSTPlugin'
d:\PD2\vst~\src\PopupWindow.cpp(73) : error C2660: 'VSTPlugin::GetEditorRect' : function does not take 0 arguments
d:\PD2\vst~\src\PopupWindow.cpp(74) : error C2039: 'getX' : is not a member of 'VSTPlugin'
d:\PD2\vst~\src\VstHost.h(43) : see declaration of 'VSTPlugin'
d:\PD2\vst~\src\PopupWindow.cpp(74) : error C2039: 'getY' : is not a member of 'VSTPlugin'
d:\PD2\vst~\src\VstHost.h(43) : see declaration of 'VSTPlugin'
d:\PD2\vst~\src\PopupWindow.cpp(105) : error C2039: 'setPos' : is not a member of 'VSTPlugin'
d:\PD2\vst~\src\VstHost.h(43) : see declaration of 'VSTPlugin'
EditorThread.cpp
WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)
StdAfx.cpp
main.cpp
WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)
Build log was saved at "file://d:\Pd2\vst~\pd-msvc\d\BuildLog.htm"
vst - 5 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
Also is there a way of specifying the 'WINVER' as it is defaulting to XP. (I am running Windows 2000)
Thanks in advance for any help
Dave
Dave Payling Staffordshire University FCET PO Box 333 Beaconside Stafford ST18 0DF
e: d.payling@staffs.ac.uk w: http://www.staffs.ac.uk/personal/engineering_and_technology/dp11 Tel: +44 (01785) 353717 Room: C150
The information in this email is confidential and is intended solely for the addressee. Access to this email by anyone else is unauthorised.
If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, except for the purpose of delivery to the addressee, is prohibited and may be unlawful. Kindly notify the sender and delete the message and any attachment from your computer.
Hi David, i recommend that you try the cvs version that is no longer using MFC. It's hard to judge which version you are currently using since the latest version number is 0.1.0pre11. Edit the config-pd-msvc.bat file according to your system and then run build-pd-msvc.bat from the MSVC command prompt. Please report if you are successful with the cvs version.
best greetings, Thomas
----- Original Message ----- From: "PAYLING David" D.Payling@staffs.ac.uk To: pd-list@iem.at Sent: Tuesday, April 20, 2004 5:36 PM Subject: [PD] Problem Compiling VST~
Hi
I am attempting to compile and run the VST~ object from Thomas Grill but have a couple of problems. The first one is that the version 1.4 (no 1.5?) will not load into MSVC .NET 2003, but the 1.3 version will. The message I receive is that the file is corrupt even though I can open and read it in a text editor. When I run the 1.3 version I get a message from 'cl.exe' reporting there is no disk in the drive which repeats around 100 times and can only be removed by clicking the 'continue' button furiously. When it finally gets to the end there seem to be some errors in the code as shown below.
------ Build started: Project: vst, Configuration: Debug Win32 ------
Compiling...
VstHost.cpp
PopupWindow.cpp
WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)
d:\PD2\vst~\src\PopupWindow.cpp(29) : error C2039: 'OnEditorClose' : is not a member of 'VSTPlugin'
d:\PD2\vst~\src\VstHost.h(43) : see declaration of 'VSTPlugin'
d:\PD2\vst~\src\PopupWindow.cpp(73) : error C2660: 'VSTPlugin::GetEditorRect' : function does not take 0 arguments
d:\PD2\vst~\src\PopupWindow.cpp(74) : error C2039: 'getX' : is not a member of 'VSTPlugin'
d:\PD2\vst~\src\VstHost.h(43) : see declaration of 'VSTPlugin'
d:\PD2\vst~\src\PopupWindow.cpp(74) : error C2039: 'getY' : is not a member of 'VSTPlugin'
d:\PD2\vst~\src\VstHost.h(43) : see declaration of 'VSTPlugin'
d:\PD2\vst~\src\PopupWindow.cpp(105) : error C2039: 'setPos' : is not a member of 'VSTPlugin'
d:\PD2\vst~\src\VstHost.h(43) : see declaration of 'VSTPlugin'
EditorThread.cpp
WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)
StdAfx.cpp
main.cpp
WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)
Build log was saved at "file://d:\Pd2\vst~\pd-msvc\d\BuildLog.htm"
vst - 5 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
Also is there a way of specifying the 'WINVER' as it is defaulting to XP. (I am running Windows 2000)
Thanks in advance for any help
Dave
Dave Payling Staffordshire University FCET PO Box 333 Beaconside Stafford ST18 0DF
e: d.payling@staffs.ac.uk w: http://www.staffs.ac.uk/personal/engineering_and_technology/dp11 Tel: +44 (01785) 353717 Room: C150
The information in this email is confidential and is intended solely for the addressee. Access to this email by anyone else is unauthorised.
If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, except for the purpose of delivery to the addressee, is prohibited and may be unlawful. Kindly notify the sender and delete the message and any attachment from your computer.
hi i am on osx and i have a need to show Gem fullscreen without the os border showing fullscreen 1 does not seem to do it. I have seconscreen working just fine but i was hoping to go full on the primary display.
please help cheers~
Patrick Pagano,B.S. M.F.A candidate http://www.digitalworlds.ufl.edu http://www.screwmusicforever.com/SHREESWIFT
In order to get fullscreen on any attached display in 10.3 we had to change to a pseudo-fullscreen method. This method involves simply laying a fullscreen size window over the display rather than capturing a display entirely for the output. It's a compromise, but you can now get full screen output on any display attached to a Mac.
I can look into trying to capture the main display fully, but no promises.
From now on, use 'fullscreen x' where x is the number of the display starting from the main (which is 1), and 'fullscreen 0' will disable it.
cgc
On Apr 20, 2004, at 5:29 PM, Patrick Pagano wrote:
hi i am on osx and i have a need to show Gem fullscreen without the os border showing fullscreen 1 does not seem to do it. I have seconscreen working just fine but i was hoping to go full on the primary display.
please help cheers~
Patrick Pagano,B.S. M.F.A candidate http://www.digitalworlds.ufl.edu http://www.screwmusicforever.com/SHREESWIFT
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
chris i am still on 10.2.8 with the 4/04 release of Gem can you still help me out??
On Tuesday, April 20, 2004, at 07:15 PM, chris clepper wrote:
In order to get fullscreen on any attached display in 10.3 we had to change to a pseudo-fullscreen method. This method involves simply laying a fullscreen size window over the display rather than capturing a display entirely for the output. It's a compromise, but you can now get full screen output on any display attached to a Mac.
I can look into trying to capture the main display fully, but no promises.
From now on, use 'fullscreen x' where x is the number of the display starting from the main (which is 1), and 'fullscreen 0' will disable it.
cgc
On Apr 20, 2004, at 5:29 PM, Patrick Pagano wrote:
hi i am on osx and i have a need to show Gem fullscreen without the os border showing fullscreen 1 does not seem to do it. I have seconscreen working just fine but i was hoping to go full on the primary display.
please help cheers~
Patrick Pagano,B.S. M.F.A candidate http://www.digitalworlds.ufl.edu http://www.screwmusicforever.com/SHREESWIFT
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Patrick Pagano,B.S. M.F.A candidate http://www.digitalworlds.ufl.edu http://www.screwmusicforever.com/SHREESWIFT
I have seconscreen working just fine but i was hoping to go full on the primary display.
you might want to check under system preferences-displays you can rearrange the settings so your currently secondscreen becomes your primary display
%evol--------http://www.mego.at/evol.html %alku--------http://personal.ilimit.es/principio %imbécil----http://imbecil.net