Hello, is it possible to get a pdb-File for the vw.exe? I use VW Version 7.5. Thanks. best regards, Peter Dziedzic -------------------------------------- Carl Zeiss Industrielle Meßtechnik GmbH/ Industrial Metrology Softwareentwicklung/Software Development P e t e r D z i e d z i c 73446 Oberkochen, Germany e-mail: [hidden email] http://www.zeiss.de/imt Carl Zeiss Industrielle Messtechnik GmbH Carl-Zeiss-Straße 22, 73447 Oberkochen Aufsichtsratsvorsitzender: Dr. Dieter Kurz Geschäftsführer: Dr. Rainer Ohnheiser, Felix Hoben, Hanspeter Mürle Sitz der Gesellschaft: 73446 Oberkochen, Deutschland Amtsgericht Ulm, HRB 501561, USt-IdNr.: DE 811 515 346 ---------------------------------------- This message is intended for a particular addressee only and may contain business or company secrets. If you have received this email in error, please contact the sender and delete the message immediately. Any use of this email, including saving, publishing, copying, replication or forwarding of the message or the contents is not permitted. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Should be able to compile the vw source in VC++ with options to generate this easily.
regards skrish
On Thu, Jan 22, 2009 at 6:12 PM, Dziedzic, Peter <[hidden email]> wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Dziedzic, Peter
Dziedzic, Peter wrote: > Hello, > > is it possible to get a pdb-File for the vw.exe? I use VW Version 7.5. Hi, for VisualWorks 7.5, I have always used vwnt.exe instead of visual.exe for debugging because it contains all the debug infos I need, like line numbers and variable names. For newer versions, I think you need to recompile the VM to get pdb files. Ralf > Thanks. > > best regards, > > Peter Dziedzic > -- Ralf Propach, [hidden email] Tel: +49 231 975 99 38 Fax: +49 231 975 99 20 Georg Heeg eK (Dortmund) Handelsregister: Amtsgericht Dortmund A 12812 _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by skrish
Hello, how can i generate a pdb-File from the VW-Sources? The VW-Sources are in Smalltalk. right? Ist there a "how to" or a tutorial how to generate a pdb-File from the smalltalk-sources? Thanks. best regards, Peter -------------------------------------- Carl Zeiss Industrielle Meßtechnik GmbH/ Industrial Metrology Softwareentwicklung/Software Development P e t e r D z i e d z i c 73446 Oberkochen, Germany e-mail: [hidden email] http://www.zeiss.de/imt Carl Zeiss Industrielle Messtechnik GmbH Carl-Zeiss-Straße 22, 73447 Oberkochen Aufsichtsratsvorsitzender: Dr. Dieter Kurz Geschäftsführer: Dr. Rainer Ohnheiser, Felix Hoben, Hanspeter Mürle Sitz der Gesellschaft: 73446 Oberkochen, Deutschland Amtsgericht Ulm, HRB 501561, USt-IdNr.: DE 811 515 346
Should be able to compile the vw source in VC++ with options to generate this easily. regards skrish On Thu, Jan 22, 2009 at 6:12 PM, Dziedzic, Peter <p.dziedzic@...> wrote: Hello, is it possible to get a pdb-File for the vw.exe? I use VW Version 7.5. Thanks. best regards, Peter Dziedzic -------------------------------------- Carl Zeiss Industrielle Meßtechnik GmbH/ Industrial Metrology Softwareentwicklung/Software Development P e t e r D z i e d z i c 73446 Oberkochen, Germany e-mail: p.dziedzic@... http://www.zeiss.de/imt Carl Zeiss Industrielle Messtechnik GmbH Carl-Zeiss-Straße 22, 73447 Oberkochen Aufsichtsratsvorsitzender: Dr. Dieter Kurz Geschäftsführer: Dr. Rainer Ohnheiser, Felix Hoben, Hanspeter Mürle Sitz der Gesellschaft: 73446 Oberkochen, Deutschland Amtsgericht Ulm, HRB 501561, USt-IdNr.: DE 811 515 346 ---------------------------------------- This message is intended for a particular addressee only and may contain business or company secrets. If you have received this email in error, please contact the sender and delete the message immediately. Any use of this email, including saving, publishing, copying, replication or forwarding of the message or the contents is not permitted. _______________________________________________ vwnc mailing list vwnc@... http://lists.cs.uiuc.edu/mailman/listinfo/vwnc ---------------------------------------- This message is intended for a particular addressee only and may contain business or company secrets. If you have received this email in error, please contact the sender and delete the message immediately. Any use of this email, including saving, publishing, copying, replication or forwarding of the message or the contents is not permitted. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I guess not from a MS Visual Studio perspective. Having done this before, I understand this to be a simple case of starting the project in VS and bring in the sources into the project and set the configurations in VS to compile it the manner it would expect it as can be discerned from the makefile for Windows.
From a command line perspective too, I am sure there is a simpler way to do it for those accustomed to dealing with shell compilations.
I will have to dig back and look into this.. if I can give the steps to do this effectively, but the suggestion that vwnt.exe has debug info by default is better..
regards skrish On Fri, Jan 23, 2009 at 12:06 PM, Dziedzic, Peter <[hidden email]> wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Dziedzic, Peter
Hi Peter,
may be it'll help if you tell us, what do you want it for. As far as I know, PDB files are PalmOS databases. It's not possible to run VisualWorks on Palm (although the processor in latest models is Intel XScale ARM) due to limitations of PalmOS (for example each application is allowed to allocate only 4 MB of RAM which is too little for VW). Do you want to run VisualWorks on your Palm? Or do you want VisualWorks to be able to generate/read/write PalmOS databases? Regards, Milan Cermak Dziedzic, Peter napsal(a): > > Hello, > > how can i generate a pdb-File from the VW-Sources? > The VW-Sources are in Smalltalk. right? > > Ist there a "how to" or a tutorial how to generate a pdb-File from the > smalltalk-sources? > > Thanks. > > best regards, > > Peter vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Dziedzic, Peter
Peter
The virtual machine, visual.exe, is
written C/C++. If you are referring to the smalltalk code, debugging smalltalk
code is supported by the VW environment. If this is what you are
referring to, you should contact Heeg and take a smalltalk training session. Terry From:
[hidden email] [mailto:[hidden email]] On Behalf Of Dziedzic, Peter
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Dear all,
a PDB file is a Program DataBase file which holds debugging
and project information: http://msdn.microsoft.com/en-us/library/yd4f8bd1(VS.71).aspx
Whenever people have problems with, or questions about, our
product you should contact Cincom. Either Cincom Support if you are a paying
customers and want to report technical problems with our products. Or your
Cincom representative if you have general questions, feature requests or are
looking for best-in-class services, like training, consulting or custom
implementation.
Cheers
Helge
**************************************************************
All about
Cincom Smalltalk: A standpoint is an intellectual horizon of radius
zero. Geschäftsführer/Managing Directors: Thomas M. Nies,
Gerald L. Shawhan Von: [hidden email] [mailto:[hidden email]] Im Auftrag von Terry Raymond Gesendet: Freitag, 23. Januar 2009 16:24 An: 'Dziedzic, Peter' Cc: [hidden email] Betreff: Re: [vwnc] Antwort: Re: pdb-file from vw.exe Peter
The virtual machine,
visual.exe, is written C/C++. If you are referring to the smalltalk code,
debugging smalltalk code is supported by the VW environment. If this is
what you are referring to, you should contact Heeg and take a smalltalk
training session. Terry From:
[hidden email] [mailto:[hidden email]] On Behalf Of Dziedzic, Peter
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Terry Raymond
PDB files are Microsoft compiler specific debug information files.
We have these available for the 7.7 stream VMs. Probably the best thing
to do is to contact support and get hold of the 7.6b VM which has
recently been created as a patch VM release. It should run 7.5 images,
might fix the problem, and if it doesn't, has the PDB files available.
At 10:23 AM 1/23/2009, Terry Raymond wrote: Peter --
Alan Knight [|], Engineering Manager, Cincom Smalltalk
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |