Is there any plans to retire libxml and use the libxml2 library, which confirms to the latest xml standards
Type: Posts; User: ash
Is there any plans to retire libxml and use the libxml2 library, which confirms to the latest xml standards
Is there a fix/solution on the way for the xml one namespace limitation???
-Ash
http://msdn.microsoft.com/en-us/library/ms724385%28VS.85%29.aspx
Requirements
Minimum supported client
Windows 2000 Professional
Header
Winuser.h (include Windows.h)
I tried the registry way of getting the monitor resolution and that option only works for users who have admin rights in their PC and not for users with limited rights. So, I wrote a small dll in C...
Whats the status of the Eclipse PV-Wave plugin??? is there any development going on with Eclipse PV-Wave plugin??? Would really like to update the current plugin and see all the requested features in...
How to get second monitor's display size? I used !display_size to get the primary monitors resolution how can I get the secondary in PV-Wave. I am using Windows XP and PV-Wave 8.0
Thanks
Ash
You can do what you are asking by modifying your PV-Wave environment. You can read more about it in PV-Wave Programmers Guide Book, Appendix B: Modifying Your Environment. In the appendix it talks...
Thanks everyone, I finally figured it out, I mapped the arguments properly similar to the one in the example.c and now its working.
Thanks again,
Ash
I have a DLL which I am trying to use it in PV-Wave, I am loading the DLL using LINKNLOAD, and I am getting "Segmentation Violation Encountered" error.
Basically, I am trying to load 'My_DLL.dll'...
I am trying to write a XML file and I need to use more that one namespace and how can I do it using the XmlNewDoc routine. I want to add the namespace to the root element similar to the example...
Is there PV-Wave function which does convertions to base64, the convert_base only converts up to base32.
Thanks
Ash
Hi everyone,
Is it possible to pass variables to pv-wave script similar to passing variables to batch script?
something like this:
@ash.txt, var1, var2
Thanks
Ash
Is there a roadmap or a miltestone for Eclipse PV-Wave plugin, where we can read the updates, the status or the plans for the Eclipse plugin, we are very eager to see the next plugin release.
...
I tried the above code at the $MAIN$ level in the PV-Wave console and it throws an unknown interpreter directive error and Syntax error as below
WAVE> info, /trace
% At $MAIN$ .
WAVE>...
Hi Ryan,
Thanks for the reply, I kind of figured a way to do it, basically create a new script file with the .run and the file variable in it and then execute the script file.
Here is what I...
Hi everybody,
I am writing a pv-wave script in which I am trying to do a .run on a file and the file's name is in a variable.
For example I have a variable called my_file = 'my_file_2.pro'...
I am including some features that I would really want to see in the next release and these features are available in other programming languages which use Eclipse. I think these features in Eclipse...
Hi PV-Wave Eclipse plugin developers,
First of all thank you very much for all your efforts which you've put into PV-Wave Eclipse plugin, we really appreciate it. We (Eclipse plugin users) are...
Hi,
I am starting to use pv-wave plugin for eclipse and I am having some trouble with plot window. Whenever I am executing a pv-wave code, even with a simple plotting (see code), the plot window...
Hi,
I am executing my pv-wave code in Eclipse debug mode and I have put a breakpoint in the code and I am using the Debug perspective to view all the variables up to that point. Now, I am...
Thanks for reply!!!
Hi guys,
I just installed Eclipse plugin in my Eclipse Europa and I have PV-Wave 8 in my system, every time I try to use the plugin its giving an error reason: "Plug-in com.vni.wave was unable...