11.0 and EHR
11.0 and EHR
For the new verions 11.0, I think you forgot to add the xEHR folder/project to the SVN. It won't load when I try to build the program and the project is listed as "unavailable."
Thanks..
Thanks..
- jordansparks
- Site Admin
- Posts: 5755
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: 11.0 and EHR
No, that's on purpose. Just exclude that from your build. You don't need it.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: 11.0 and EHR
ok...
so, you have the includes only with debug...so to run debug I have to manually edit all those out?
Also, line 215 in FormRxSend.cs in project OpenDental does not build b/c EHR does not exist in the current context....I am going to just have to comment this out or can you get it to only use that line in your build somehow?
so, you have the includes only with debug...so to run debug I have to manually edit all those out?
Also, line 215 in FormRxSend.cs in project OpenDental does not build b/c EHR does not exist in the current context....I am going to just have to comment this out or can you get it to only use that line in your build somehow?
- jordansparks
- Site Admin
- Posts: 5755
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: 11.0 and EHR
I guess we should have come up with a different symbol instead of just reusing DEBUG. Fixes posted.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: 11.0 and EHR
thanks, will try it now...
Re: 11.0 and EHR
works fine to build in release...
but still gives EHR errors when I try to build in debug to test my plugin:
#if DEBUG
using EHR;
#endif
and all the code still in the #if DEBUG....did it get changed yet? I am not getting it in the current SVN version...
it builds fine if I am in release mode...but If I comment those Using statements I get all kinds of other errors of course in the code because it isn't there to reference.
I don't understand what I need to do to get it to build now...I am stuck and can't fix my plugin to match all the referral changes you made in v 11.o
can you give me some help on what to do? Thanks...
but still gives EHR errors when I try to build in debug to test my plugin:
#if DEBUG
using EHR;
#endif
and all the code still in the #if DEBUG....did it get changed yet? I am not getting it in the current SVN version...
it builds fine if I am in release mode...but If I comment those Using statements I get all kinds of other errors of course in the code because it isn't there to reference.
I don't understand what I need to do to get it to build now...I am stuck and can't fix my plugin to match all the referral changes you made in v 11.o
can you give me some help on what to do? Thanks...
Re: 11.0 and EHR
can you (or I) make a new configuration (Release/Debug/LinuxRelease + /PluginDebug) or something so that when I am running in debug that code is not running/compiling?
I tried to copy debug and make a new one, but that didn't work...
I tried to copy debug and make a new one, but that didn't work...
Re: 11.0 and EHR
David-
Why don't you just set all your Projects to Release/x86 in Configuration Manager then run Debug > Start Debugging? This is what I do and I never seem to have any problems debugging this way.
???
Why don't you just set all your Projects to Release/x86 in Configuration Manager then run Debug > Start Debugging? This is what I do and I never seem to have any problems debugging this way.
???
Cheers,
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA
- jordansparks
- Site Admin
- Posts: 5755
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: 11.0 and EHR
I found some more that I missed. If there are still more, please let me know which files.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: 11.0 and EHR
wjstarck-->
I didn't realize I could do that! I might try it that way...although Jordan thinks he got it corrected I think...I will try it today or tomorrow...
I didn't realize I could do that! I might try it that way...although Jordan thinks he got it corrected I think...I will try it today or tomorrow...