Hello Everybody I have to convert xml file into wbxml file. For this I am using libwbxml2 library but when I tried the sample code given by it is not working its giving the statement that WBXML_ERROR_XML_LANGUAGE_UNKNOWN. when I tried to convert wbxml to xml its giving error as WBXML_ERROR_ATTR_VALUE_TABLE_UNDEFINED Plz help me Thanks in advance
hitonly2008
Posts
-
WBXML encoding/decoding -
WBXML encoding/decodingHello Everybody! Can anyone tell me how can I encode a xml file to a WBXML file and vice varsa. I am using libwbxml library for the same but not getting the correct results all the time this is giving error statement as Attribute table value not found or Unknown xml language. here is my code encoder = wbxml_encoder_create(); wbxml_encoder_set_use_strtbl(encoder,TRUE); ret = wbxml_tree_from_xml(xml,&tree); wbxml_encoder_set_tree(encoder,tree); ret = wbxml_encoder_encode_to_wbxml(encoder,&wbxml,&wbxml_len); //ret = wbxml_conv_xml2wbxml(xml, &wbxml, &wbxml_len, ¶ms); Thsnks in advance
-
How to call .exe file ?::ShellExecuteEx(LPSHELLEXECUTEINFO lpExecInfo); may be this can help you. YOu can launch any exe file using this function and filling the structure.
-
Convert .xls(Excel)File To filtered html file Using automationHi all Is there any way by whch I can Convert a .xls file into filterd html file(Pure html file). I am able to convert xls File into HTML by using "SaveAs" Method but this converted file is not a filtered HTML. If there is any library avilable to convert this Unfiltered HTML to Filtered plz let me know about that. Thanks in advance.
-
PowerPoint AutomationThanks For Your Reply I have Solved The Problem. Actually I was Needed To Set The Optional Parameter WithWindow Of "Open" Method as "msoFalse". Thanks
-
PowerPoint Automation[Message Deleted]
-
PowerPoint AutomationHi all! I was Trying to Open a Presentation Of PowerPoint. For That I have Used "Open" Method on a Pointer Of Presentations. But it Gives result as Exception Occured unles and untill an Instance Of PowerPoint is Not Running. So in this case I have To manually run an instance Of PowerPoint Before Opening any Presentation. Thank You In Advace.
-
WM_SETICON In samrt Phoneg_hIcon has Value 0x7c076be4 SendMessage returns -2146982652 hWnd=0x7c076c50
-
WM_SETICON In samrt PhoneHi ! I was trying to add a amall icon on my application i used WM_SETITEM msg but it is not working. Win Mob 5.0 Smart Phone SDK & VS 2005 IDE. For this i have written a code g_hIcon=LoadIcon(g_hInst,MAKEINTRESOURCE(IDI_ICON1)); SendMessage(hWnd,WM_SETICON,ICON_BIG,(LPARAM)g_hIcon);
-
'ImageList_AddIcon': identifier not foundThanks for your suggestion but still not working.
-
'ImageList_AddIcon': identifier not foundHi I m working in vs 2005 using Win Mob 5.0 Smart Phone SDK using Win32 APIs. When i m trying to add icons in a ImageList by using ImageList_AddIcon macro it gives error 'ImageList_AddIcon': identifier not found. While all other macros are working fine. Also i have tryed with ImageList_ReplaceIcon but same error. Thanks in Advance