Re: puzzling Mach-O error
After compiling and linking, the compiler says
"Package: ScoreWindow.pobj: Source file "" could not be found"
I found the error. I'd previously begun to try to convert my PPob
resources into xml using MetroWerk's tool, and added the first
of the files created from that conversion, ScoreWindow.pobj, to the
Package. It wasn't listed in the Files tab, which was the cause of
my confusion.
david
.
Relevant Pages
- Validierung mittels Schematron?
... Festgelegt habe ich die Grammatik mittels XML Schema. ... Die Validierung ... Wenn das Element 'PluginDescription' das optionale Attribut 'attrPD' ... 'Resources' genau ein Kind Element 'Resource' mit dem Attributwert ... (de.comp.text.xml) - Validation using schematron?
... against a XML schema. ... the child element 'Resources' has to have ... Is it possible to validate a XML instance against these restrictions? ... it is not possible to do this using XML schema. ... (comp.text.xml) - Re: Is this scenario possible?
... I'm planning on using the xml in Resources as a 'template', just load it and change values. ... Dim xDoc As New XmlDocument ... That should be possible by using a custom implementation of XmlResolver that ensures that the system identifier is resolved by loading the DTD from the resource. ... (microsoft.public.dotnet.xml) - Re: Peristent Data - Registry, Settings
... Here is some xml help. ... you should be much more famaliar with serializing custom ... Registry, Settings and Resources ... You should not use resources for this. ... (microsoft.public.dotnet.languages.csharp) - Re: what is wrong the following code?
... It's XML, so you can't just append at the end -- but since XML is an open ... don't know the format. ... file until you hit the end, then write out your new resources. ... It seems unlikely to me that you'd run into memory problems ... (microsoft.public.dotnet.languages.csharp) |
|