Upgrading C/C++ interface using dblib to use ctlib.Can anyone direct me to good doc, perhaps sample code, etc.,
dealing with ctlib? I have a C/C++ interface written to
dblib that must be upgraded to go against ctlib. Thank you.
On Tue, 11 Nov 2003 08:56:30 -0800, wrote:
> Can anyone direct me to good doc, perhaps sample code, etc., dealing with
> ctlib? I have a C/C++ interface written to dblib that must be upgraded to
> go against ctlib. Thank you.
There's sample code in .../OCS/samples/ctlibrary.
There's also a migration guide (of sorts) in the OCS docs:
http://sybooks.sybase.com/onlinebooks/group-cn/c...
How Can I use the compliers used under Dev-C++ in C++ builder?How Can I use the compliers (for instance GCC, ...) used under Dev-C++ in C++ builder?
In my program,I used boost lambda expression under Dev-C++ due to the fact that C++ builder 2009 do not support such expression.
But Dev-C++ do not support RAD(rapid application development). It is hard to establish the common graphic GUI under windows.So I want to use the compliers of Dev-C++ in C++ builder.
And I do not know how to manage it. Where can I get the related materials or advices?
Can any one with kindness help me?
Il Tue, 11 Aug 2009 23:29:59 -0700, lserjt lserjt <> ha scritto:...
C Components Using Watcom C/C++ CompilerThis is a cryptographically signed message in MIME format.
--------------ms2646818B6AC700D6597C3859
Content-Type: multipart/mixed; boundary="------------E0BFC7D7A6CA166C48EDA143"
This is a multi-part message in MIME format.
--------------E0BFC7D7A6CA166C48EDA143
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Does anyone have an example of C skeleton files and Watcom C/C++ make
file to compile and load C components into Jaguar using the Watcom C/C++
compiler/Linker?
--------------E0BFC7D7A6CA166C48EDA143
Content-Type: text/x-vcard; ch...
C<use autodie> unravels C<use strict>------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
Content-Description: a letter from tchrist
Content-ID: <10727.1298817978.1@chthon>
Everything I touch today crumbles in my hands.
When you use autodie, you implicitly declare legal
any scalar variable whose name matches that of any
function it "fatalizes".
Here's a (partial) dump of %main:: during the compilation
and run of the enclosed program:
BEFORE AUTODIE => $0 @ARGV %ENV @INC %INC @_ &dump_main &func1 &funcU
AFTER AUTODIE...
Sending SMS using vb.net or C#.net using vb.net or c#.net
Hi
My requirement is
I hav one csv file with these fields id,mobilenum,messgae,status.intiallu staus is 0.
once i read the all fileds and take that mobile number.using tat mobile number i need to send sms .after sending sms i shuld change status as 1
How to send sms thru coding (please dont provide any links.if it is provide also please give working links becox i checked codeproject .i didnt get any nice link.
and also provide the how to update the status field im csv file
Thank
ssandhya
To send SMS, you need some third party SMS providers. if you consul...
superreview granted: [Bug 232503] Start using Empty[C]String() : [Attachment 140140] Use Empty[C]String()Peter Van der Beken <peterv@propagandism.org> has granted Johnny Stenback
<jst@mozilla.jstenback.com>'s request for superreview:
Bug 232503: Start using Empty[C]String()
http://bugzilla.mozilla.org/show_bug.cgi?id=232503
Attachment 140140: Use Empty[C]String()
http://bugzilla.mozilla.org/attachment.cgi?id=140140&action=edit
------- Additional Comments from Peter Van der Beken <peterv@propagandism.org>
> Index: editor/libeditor/html/Makefile.in
> ===================================================================
> @@ -58,19 +58,18 @@ CPPSRCS =...
superreview requested: [Bug 232503] Start using Empty[C]String() : [Attachment 140140] Use Empty[C]String()Johnny Stenback <jst@mozilla.jstenback.com> has asked Peter Van der Beken
<peterv@propagandism.org> for superreview:
Bug 232503: Start using Empty[C]String()
http://bugzilla.mozilla.org/show_bug.cgi?id=232503
Attachment 140140: Use Empty[C]String()
http://bugzilla.mozilla.org/attachment.cgi?id=140140&action=edit
...
How to run UNIX commands using C language ( C Language not C# langauge)
I am running Windows XP Professional and I
want to run some UNIX commands from C langauge. Commands like semget
and someother commands. Is there any tool that I can use with windows
XP to run C language and use UNIX commands instead of installing the
UNIX operating system.
Thanks,
HighOnCodingWanna get high!
I think installing Linux is the way to go but have you looked at http://www.cygwin.com?Cygwin is a Linux environment that run on Windows. Check it out.
It's all over and I'm standin' prettyIn this dust that was a cityIf I could find a souvenier...
Using Project and C/C++ API - getting First Chance exception ...Hi,
I'm creating a UL application using the C/C++ API.
I created a project in Sybase Central and typed in the following SQL
statement.
select UPrice, ItemDesc from Inventory where SKU = ?
SKU, UPrice and ItemDesc are varchar types (different lengths for each).
I run ulgen and get the .cpp, .hpp and .h files using the string below.
'ulgen -c "dsn=BDC" -t c++ -j Inventory -u InventoryPubAPI -f InventoryAPI'
All looks good until I try to open the Record set.
-----
int nlength = cs_ItemSKU.GetLength();
if ( GetDPSQL.Open( &ULConn_conn, cs_ItemSK...
Is it possible to use ASP.NET (C#) to do make direct TCP connection?
Hi,
Is it possible to use ASP.NET (C#) to do a direct TCP connection to an application??? It will be an aspx website running in IIS.
Thanks in advance!!
well, i never tried this in my asp.net applications. i think if u build some connections within your page , it means there will be hundreds/thousands/even millions of connections in your server when you publish your application( building the connection in the Application-Scope is another story, while i cannot see why we need that).
Personally, based on my understanding, i think you can. why don't you build one project and...
how to use XPath , XQuery,XSLT using C#.
how to use XPath , XQuery,XSLT using C#. please provide with example. Thanks
XPath you use to get a XmlNodeList or XmlNode from XmlNode/XmlDocument: XmlNodeList = xmlDocument.DocumentElement.SelectNodes("descendant-or-self::someNode[@someAtribute='something']");
XSLT you use in XslCompiledTransform to convert a XML in another like xslCompiledTransform.Load(xsltString); xslCompiledTransform.Transform(xmlReader, xmlWriter).
Hi coolzubair ,
<root> <itemsA> <item id="1">this is result</item&...
how to use inheritance with asp.net using c#
Hi,
Can someone teach me how to use inheritance with asp.net, using c#?
I tried to search for this but the examples I found would not work.
I want to create a master page of .cs file which contains a class, and this class will
have common variable and methods(functions).
Thanks for the help in advance.
Cheers.
Here's a good article on how to create a base class:
http://aspnet.4guysfromrolla.com/articles/041305-1.aspxThanks, EdMicrosoft MVP - ASP/ASP.NET
check those pages
http://www.codeproject.com/KB/cs/csharpintro01.aspx
http://www.exforsys.com/tutorials/csharp/inher...
how to use generics using c#,asp.net
how to use generics using c#, asp.net
Hi,
first read this article to get a grasp of generics: An introduction to C# generics. After that you can experiment with generics. The most used way is to make use of the List<T> to use such a generic list for binding it to a DataSource property of a data presentation control (listview, repeater, ...). Also you can use this in combination with an ObjectDataSource control.
Grz, Kris.Read my blog. Handy Firefox plugins for web developers.Workaround for non working Mark as answer buttons.
Hi,reddi
U can refer These Links
...
Using c/c++ libraries in ASP.net
Hello, I want to know if there is any way to use c/c++ libraries (.h) when creating a web page in ASP.net. Thanks for your help....
How to get the source for a page using C/C++?How to get the source for a webpage page using C/C++?
Scenario: I'm in a JavaScript callback (for example the callHook
callback) and I have a JSContext * and a JSScript at my disposal. How
can I get the page source code for this page?
One answer is get the filename from the script. That is great if its a
local filename such as c:\myWebPage.html as I can open that using
fopen() etc.
However if its a non-local file such as http://someWebAddress/page.html
or one of the chrome:// pages then I can't open that. I don't want to
fetch the page myself as the page conten...