- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
November 17th, 2024, 10:16 PM
Hi,
I import office 365 excel.exe my excel automation project using vc++ 2015, in 32 bit.
When i run it on PC with office 2016 installation, at...
5 replies | 3533 view(s)
-
November 21st, 2024, 04:05 AM
Hi guys;
I'm trying to do this thing:
Let say I have an array of 12 elements; each containing an integer.
I want to call a function. That...
2 replies | 528 view(s)
-
November 21st, 2024, 12:58 AM
Hi,
i like to make the pBuf array type generic like double or int and so. I tried it but was getting various errors. like Fnc not defined in .def....
3 replies | 381 view(s)
-
November 21st, 2024, 02:37 AM
Hey All,
I have recently ported my VS 2013 solution to VS 2022, the projects in my solution (18 of them) are all using the VS 2013 toolset.
I...
3 replies | 277 view(s)
-
November 18th, 2024, 11:30 PM
hi,
how to gather interval width and number of classes from a histogram of a large array.
1 replies | 321 view(s)
-
December 6th, 2024, 11:51 AM
I have searched for the answer to this but the typical response to catch when a common dialog box is shown with the showsave or showopen and the user...
1 replies | 123 view(s)
-
December 3rd, 2024, 03:35 AM
Hey everyone,
I've been diving into mobile development for a while now, and I wanted to share some thoughts, particularly about wireless...
0 replies | 141 view(s)
-
December 7th, 2024, 04:43 AM
You'll probably get better responses on this site's sister site vbforums
https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier
1 replies | 123 view(s)
-
November 25th, 2024, 02:35 PM
Wow looks good
2 replies | 528 view(s)
-
November 25th, 2024, 01:50 AM
Due to the tool that uses the API I have to include the MyFunc in the def file. When doing so, using the above approach compiler complains about...
3 replies | 381 view(s)
-
November 24th, 2024, 05:32 AM
It's not suggested good practice to have 'using namespace std'. It's OK for small code (never in a header file) that doesn't use anything except std....
11 replies | 8105 view(s)
-
November 23rd, 2024, 05:33 PM
To find the interval width, you just divide the range (max value - min value) of the data by the number of classes (bars in the histogram). For the...
1 replies | 321 view(s)
-
November 23rd, 2024, 05:31 PM
To make std disappear, put after libraries ,,using namespace std;'', when it's a big code this will make your work much easier
11 replies | 8105 view(s)
-
November 23rd, 2024, 05:27 PM
It's very hard to do this manually, so you better get on a convert or tell ChatGPT's
11 replies | 8105 view(s)
-
November 23rd, 2024, 11:41 AM
Maybe this article will help. It explains how to do local SEO and keyword research.
7 replies | 14601 view(s)
-
November 22nd, 2024, 03:46 PM
It sounds like there might be an issue with the version mismatch between Office 365 and Office 2016. Since you're using VC++ 2015, it's possible that...
5 replies | 3533 view(s)
-
November 22nd, 2024, 03:45 PM
function shiftCells(callingCell) {
// Get the number of peas for the current cell
var nTime = myArray.nbrPeas;
// Set current cell's...
2 replies | 528 view(s)
-
November 22nd, 2024, 03:44 PM
It looks like you're trying to make the array type generic but running into some issues with the function declaration. If you want to use a generic...
3 replies | 381 view(s)
-
November 22nd, 2024, 03:43 PM
Unfortunately, VS 2022 seems to default to v14 for newer toolsets. Here's a possible workaround: You can manually download the vcredist_x86 for v12...
3 replies | 277 view(s)
-
November 22nd, 2024, 01:44 AM
Thanks for your reply @2kaud.
Very frustrating! Look like I'll have to use Inno Setup or similar.
Thanks again!
3 replies | 277 view(s)
-
November 21st, 2024, 04:50 AM
With templates, you cannot split function definition and function body across different compile units. They need to be in the same file.
3 replies | 381 view(s)
-
November 21st, 2024, 04:48 AM
With VS2022, you can only use C++14 (default), C++17, C++20 or 'The latest' (C++23) runtimes.
3 replies | 277 view(s)
-
November 20th, 2024, 12:40 AM
the app itself is 32 bit. The excel.exe in the 365 one that is working is 64 bit.
the excel.exe in office 2016 in another PC that gives the error is...
5 replies | 3533 view(s)
-
November 19th, 2024, 07:46 AM
Is office 2016 a 32- or 64-bit version?
The same question - about office 365.
5 replies | 3533 view(s)
-
November 19th, 2024, 06:32 AM
To convert C++ code to Java, you'll need to make adjustments to syntax, libraries, and object-oriented structures. While both languages are similar...
11 replies | 8105 view(s)
-
November 18th, 2024, 11:27 PM
it works in 365 version.
the error from running it with 2016 is :
-2147352573
member not found.
5 replies | 3533 view(s)
|
Click Here to Expand Forum to Full Width
|