

Hello all,
I'm a new user set out to learn how to design audio plugins and started out building the volume control. At the moment I am at the step to build the plug-in (I haven't even added the little bit code to map the variables to the volume slider). When I try to build I get this error.
1>c:\users\kski\appdata
oaming
ackafx
ackafxprojects\volume\volume.cpp(8): fatal error C1083: Cannot open include file: 'CVolume.h': No such file or directory
I'm not sure what is going on here however I was able to get the build to work properly if I changed this line below.
from
#include "CVolume.h"
to
#include "Volume.h"
which VS was able to locate the file properly and built the plugin.
Is this fix a bad fix? Will it mess me up further along in the book? Is this an error in how RackAFX writes the code?
Btw I'm running Windows 7 SP1 (64-bit), RackAFX 6.2.03, and VS2013.
Thanks for the help!
Kski
I also have a follow up question. I have been seeing multiple instances of functions(?) being written with double Cs infront of them. For example, the book outlines this Boolean function.
bool _stdcall CVolumedB::userInterfaceChange(int nControlIndex) ... etc
in my code I have
bool __stdcall CCVolumedB::userInterfaceChange(int nControlIndex) ..
its a slight change however I wonder if it is similar to the same issue I outlined above.
Thanks!
Kski
Hi Kski
Thanks for the heads-up on that! This issue has been corrected in the new version 6.2.04 that you can get from the Downloads page here:
http://www.willpirkle.com/downloads/
Both issues were related to a new "Use Hungarian Notation" feature that went awry.
Thanks again!
- Will
Most Users Ever Online: 152
Currently Online:
5 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Chaes: 56
Skyler: 48
StevieD: 46
Derek: 46
Frodson: 45
Peter: 43
TheSmile: 43
Nickolai: 43
clau_ste: 39
jeanlecode: 37
Member Stats:
Guest Posters: 1
Members: 768
Moderators: 1
Admins: 6
Forum Stats:
Groups: 13
Forums: 42
Topics: 842
Posts: 3347
Moderators: W Pirkle: 689