2008-09-24 06:43 AM - last edited on 2024-09-24 10:05 AM by Doreena Deng
2008-09-24 08:33 AM
Ranga wrote:No!
Does anyone know of any reasons why it would best to upgrade to V11 first before upgrading to V12?
2008-09-26 08:21 AM
2008-09-27 12:57 PM
Ranga wrote:GS state that you should use Visual Studio 2005 for AC12 and Visual Studio 2003 for earlier versions. I'm taking that approach myself (I now have to use 5 different compiler environments to cover all platforms ), but I can't rule out the possibility that other combinations might work. It might be possible to use 2003 for AC12 or 2005 for pre-AC12 development, but there is an element of risk even if it appears to work at first. I recommend sticking to GS specifications.
I found all the examples of ArchiCAD12.0 are developed with Visual C++ 8.0 (Visual Studio 2005). Is it means do we should be develop our apx in visual studio 2005?
We are using ArchiCAD9.0 and ArchiCAD12.0 at the same time and we developed apx for ArchiCAD9.0 in Visual Studio 2003 and can I add my new ArchiCAD12.0 project to same project and can I develop the apxin Visual studio 2003? And is it going to work in ArchiCAD12.0?
2008-09-30 06:04 AM
2008-11-12 08:46 AM
2008-11-13 01:43 PM
Ranga wrote:Take a look at the method GS::Guid::ConvertToString
Hi,
In ArchiCAD 9.0 we used to save other element’s UNID into another element (otherUnid – real number type), but, unfortunately in ArchiCad 12.0 UNID changed to GUID. How do I convert GUID to string or real number such that I can save this number in other object?Ranga
2008-11-14 03:01 AM
2008-11-24 02:54 AM
2009-02-04 07:58 AM