-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change compilation settings to only do x86 and hide unnecessary COM object #1
Conversation
Changed project settings to compile for x86 only, also removed the com visibility of OGRAddLayerDialog as it's not a com object.
Change compilation settings to only do x86 and hide unnecessary COM object
yeah. you can see it under Files Changed. Thanks man! |
Sounds good, I must have earned at least 1 karma point for this... lemme On Mon, Nov 5, 2012 at 4:53 PM, Ragi Yaser Burhum
|
Yup man! Well, according to the latest SP1 release notes (NIM083294 from http://downloads.esri.com/support/downloads/other_/ArcGIS101sp1-issues.htm) There is write support now. http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#/IsReadOnly_Property/00250000068v000000/ but the docs have not been updated. If you ever feel bored, you could implement write support hahaha. Or not. Thanks anyway man |
So with Open Source Projects like these, what do you do to support 10.1 and On Mon, Nov 5, 2012 at 6:18 PM, Ragi Yaser Burhum
|
It's your choice. I would basically create a branch and leave the read-only support for 10.x+ and trunk would move to SP1 with write support. If really needed, we always have the ability to port patches to the previous branch. And with git, it is relatively easy |
I don't see any additional methods. Is there a interface I'm missing? Maybe On Tue, Nov 6, 2012 at 11:26 AM, Ragi Yaser Burhum <[email protected]
|
I had an e-mail exchange with Brent. He told me to implement ITable and ITableWrite |
Changed project settings to compile for x86 only, also removed the com
visibility of OGRAddLayerDialog as it's not a com object.