C or C++What's the difference in using C or C++ for ultralite developments?.
Novice user. Thank you
The ONLY difference is YOUR preference.
There is no speed difference between the two.
If you are very used to C++ but not used to SQL, then the C++ API maybe a
better choice.
If you are familiar with SQL, the embedded SQL may make more sense.
--
David Fishburn
Sybase - iAnywhere Solutions
Professional Services
Please only post to the newsgroup
EBFs and Whitepapers
http://www.sybase.com/products/mobilewireless/anywhere/
"Lorenzo Mota" <lorenzomota@aol.com> wro...
C++ or C#
HI,
I have still seen that many big companies are still using C++ as their primary language of choice instead of C#.
Like IBM stilll prefers C++ over c#. Any reason ???HighOnCodingWanna get high!
Well not everybody has the .net framework installed.
C++ will work on any platform, c# will not yet because the framework has not been ported to all platforms yet (e.g. mac). Also you have to think of the expense of a large company to retrain ALL its coders to use the new framework. Not exactly practical in the short term
David LeggDave Legg
Considering that they have a huge c...
Landing c-c-breaking changes that remove c-c-only code from m-cThanks to the work that Anne has done on the Encoding Standard
specification and the work that Masatoshi Kimura and I have done to
progressively implement the specification in Firefox, we are now at a
point where there's a whole bunch of internationalization-related dead
code in Firefox. The code is still used by mailnews, though.
I am not done preparing the removal patches yet, but with my current
patch queue I can already get 149 KB off of Android ARMv7 optimized
apk size and 138 KB off of Android ARMv7 optimized libxul size. (I'm
not sure what sort of size wins are conside...
Landing c-c-breaking changes that remove c-c-only code from m-cThanks to the work that Anne has done on the Encoding Standard
specification and the work that Masatoshi Kimura and I have done to
progressively implement the specification in Firefox, we are now at a
point where there's a whole bunch of internationalization-related dead
code in Firefox. The code is still used by mailnews, though.
I am not done preparing the removal patches yet, but with my current
patch queue I can already get 149 KB off of Android ARMv7 optimized
apk size and 138 KB off of Android ARMv7 optimized libxul size. (I'm
not sure what sort of size wins are conside...
Instant C++ C# to C++ Converter
We've just released version 1.0 of the Instant C++ C# to C++ converter. Instant C++ converts to either C++/CLI (2005) or Managed C++ (2003).Instant C++ converts C# projects, folders, files, and snippets.
David Antonwww.tangiblesoftwaresolutions.comInstant C#: VB.NET to C# ConverterInstant VB: C# to VB.NET ConverterInstant C++: C# to C++ ConverterInstant J#: VB.NET to J# ConverterClear VB: Cleans up outdated VB.NET code David Antonhttp://www.tangiblesoftwaresolutions.comConvert VB to C#, C++, or JavaConvert C# to VB, C++, or JavaConvert C++ to C#, VB, or JavaConvert Java to C#, C++, or...
C/C++ header in delphi projectHello,
I have client dll for comunication with electronic (card with chip)
driver license, but manufacturer give me only header for C/C++ and they
don't know for Delphi, C#,...
So, can I implement .h files into my Delphi projects or is there any
solution how to translate this file to pas file for communication with
DLL files for those cards.
Here is original .h file:
// ---------------------------------
//
#ifndef __eVehicleRegistrationAPI_h__
#define __eVehicleRegistrationAPI_h__
// ---------------------------------
#ifndef SD_API
#define SD_API extern "C&...
Coordinating landing on m-c and c-cIn Bug 778668 I'm making changes to the nsIAlertsService that impacts
code in m-c and c-c.
What's the best way coordinate these landings while not breaking c-c?
My m-c patch will do m-i -> m-c -> c-c, but I have no idea which revision
of m-c is picked up by c-c and when.
Fabrice
On 8/8/2012 3:34 PM, Fabrice Desré wrote:
> What's the best way coordinate these landings while not breaking c-c?
> My m-c patch will do m-i -> m-c -> c-c, but I have no idea which revision
> of m-c is picked up by c-c and when.
c-c (and try-c-c) always builds the...
Compiling regex like in C# in Delphi and C++?Is there a way to make precompiled or compile on-the-fly regex in Delphi? Something like this: http://blogs.msdn.com/b/bclteam/archive/2004/11/12/256783.aspx
I am looking for ways to speed up regex in Delphi and C++ Builder 2010. In C++ I use boost::regex - is there any alternative? I know that Delphi/C++ XE feature TRegEx (which unfortunately also has some bugs).
Any recommendations what regex engine to use and how to compile/precompile regexes that would work in 2010 version in Delphi and C++ (or possibly in XE if 2010 is not available for that).
John May wrote:
> Is there a wa...
Import C or C++ DLL in Delphi [Edit]Hello,
usually I can import a dll written in C in Delhi. To do that I write a unit (wrapper.pas) to link the dll with my VCL project.
example:
{code}
function UCC_OpenCamera(CamId: LongWord; SpeedLimit: integer): UNI_RETURN_TYPE; stdcall external 'UniControl.DLL';
{code}
This way works fine for me but it requires writing a lot of code to translate all calls and types in delphi.
There isn't another way to "convert/import automaticcally" the .dll?
1) Can I create a package inside C++ Builder and use it inside Delphi?
2) The command line tools IMPLIB.EXE (for ...
html php c# c++ delphi javaName: Maxim
Email: nicrasssatgmaildotcom
Product: Gran Paradiso Alpha 1
Summary: html php c# c++ delphi java
Comments:
Participated in the test of the version 2.0
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061204 GranParadiso/3.0a1
...
Error in Generating C++ objs [Delphi to C++]Ok I have the foll files, only 3:
a .dcu file
a .pas file
a .dcr file
is there any way I can generate C++ .lib files(for Linker error) and .hpp file?
P.S. I tried adding .pas & .dcr to Package with "Generate all C++ headers (incl package libraries)" enabled under Delphi Compiler but got the foll errors: (Only 1, to be short, in the last line, rest are either Warnings or Inherited from the same)
{code}
[DCC Warning] ZipVCL.pas(246): W1005 Unit 'FileCtrl' is specific to a platform
[DCC Error] ZipVCL.pas(1108): E2010 Incompatible types: 'AnsiChar' and...
C/C++ header from Delphi DLL projectI am currently writing a DLL in Delphi XE7 (64-bit) to be called from LabView. This is working fine, but it is cumbersome (and thus prone to errors) to create the LabView function, since it all has to be done by hand. If I could automatically create C header files from my Delphi project, there is a wizard in LabView that can read these and do most of the work for you.
According to the Delphi documentation you can turn "C/C++ Output file generation" on but it only appears to work for Delphi packages and not for plain DLL's. Am I missing something? If not, is there any other han...
is there some tools to convert the c# to msil or msil to c#??
hello:
i am studing the msil,and i want to know the converted code between the c# and msil(i wrote some code with c# or msil and translate it into msil or c#),is there some tools to do this,please help me,thank you.
Converting from C# to MSIL is what you do when you compile a program in Visual Studio. The probably best tool to go in the other direction (reverse compilation) is Reflector, http://www.aisto.com/roeder/dotnet/ . SvanteAxCrypt - Free Open Source File Encryption & Online Password Manager - http://www.axantum.com[Disclaimer: Code snippets usually uncompiled, beware typo...
cvs commit: parrot chartype.c datatypes.c disassemble.c dod.c encoding.c global (fwd)
FYI- I just re-indented a bunch of code, using the tools/dev/run_indent.p=
l =
script.
--Josh
------- Forwarded Message
Date: 02 Nov 2002 14:57:48 +0000
From: josh@cvs.perl.org
To: cvs-public-parrot@perl.org
Subject: cvs commit: parrot chartype.c datatypes.c disassemble.c dod.c en=
coding
.c global_setup.c hash.c jit.c key.c method_util.c misc.c packdump.c =
packout.c pdb.c pdump.c pmc.c pxs.c register.c res_lea.c resources.c =
runops_cores.c rx.c rxstacks.c spf_render.c spf_vtable.c stacks.c str
ing.c sub.c warnings.c
cvsuser 02/11/02...