Indy IdTCPServer Issues - server

I have recently installed indy 10.0.52 , but every time am trying to write codes inside the OnExecute event for IdTCPServer , Delphi showing Error : Unknown identifier TIdContext , & this also happened with TByte Type ..
I have tried to re-install the packages but in-vain ..
Delphi 7 Enterprise , Win7

Related

Can't find procedure entry point _p__argv

Can't find procedure entry point _p__argv this message appears while updating vsc
I have windows 8 for my laptop 32 bit
thanks for help
I tried to search in Google and downloaded vs c++ 2015 but the issue still

Netbeans won't install on Windows 10

I'm trying to install Netbeans 8.2 Java EE, but whenever I start the installer it quits after configuring it. I am trying to install it on Windows 10 64-bit.
This is not going to make sense at all, but do you happen to have the "God Mode" item on your desktop? Take it off the desktop (delete it, move it somewhere else, whatever). I have no idea why, but it worked for me: I found the solution in this bug report - https://netbeans.org/bugzilla/show_bug.cgi?id=269988
I do hope this helps you, too.
This is an Java issue, which was came up due to recent windows 10 update, that started treated differently for GodMode folder/shortcut.
This has been already fixed - https://bugs.openjdk.java.net/browse/JDK-8179014
You can verify the fix in early access build of JDK8 update 152, which is available here
We have verified the issue only with GodMode, do let us k now if there are any other scenarios that can cause such similar issues.
I'm adding this because: I had a different issue which I was unable to find addressed anywhere, this question appears near the top of a web search for "NetBeans 8.2 ee won't install on Windows 10", and someone else may have the problem I had.
My NetBeans install was almost immediately crashing with the following error:
An unexpected exception happened in thread main
Exception: javax.xml.parsers.FactoryConfigurationError: Provider for
class javax.xml.parsers.DocumentBuilderFactory cannot be created
In my Windows 10 System Properties -> Environment Variables -> System Variables, I had a previously created _JAVA_OPTIONS variable values using -Xbootclasspath/a to append some jar files to the end of the bootstrap class path. These files are used with some work I'm doing with the Oracle BI Publisher plug-in for Microsoft Word.
As soon as I renamed the _JAVA_OPTIONS variable to something else, my NetBeans installation started normally and completed with no issues.
After NetBeans installation, I reset the name of this variable back to _JAVA_OPTIONS, and discovered that the values I have for this System Variable cause NetBeans launch to crash. (Which does not completely make sense to me since I am only appending these files/classes to the class path, and not overwriting.)
Regardless, I'll have to go back to the drawing board for my work with the BI Publisher plug-in; but at least I can use NetBeans now!
Uninstall any Java installations along with NetBeans, and install Java with NetBeans (bundle) from the Oracle website.
I had the same issue, and then installed the bundle, works perfectly.

Getting preconfigured distribution failed

Oops, an error occurred!
Argument 1 passed to TYPO3\CMS\Core\Messaging\AbstractMessage::setTitle() must
be of the type string, integer given, called in
C:\xampp\htdocs\typo\typo3_src-
8.7.0\typo3\sysext\core\Classes\Messaging\FlashMessage.php on line 67
I just finished installing typo3 and want to proceed to get preconfigured distribution, but that error above appeared.
I'm completely new to typo3 and just want to compare typo3 with wordpress.
My setup is Windows 10, PHP 7.1.1, MariaDB 10.1.21.
What's wrong and how can I fix this?
The error message you reported is reported as well as possible TYPO3 bug at https://forge.typo3.org/issues/80762. Please continue at forge.typo3.org to get status updates about this issue.
The issue shows, that the list of mirrors cannot be retrieved from https://repositories.typo3.org/. This might happen, if your behind a firewall or the web-server is not configured to e.g. have allow_url_fopen enabled or curl module being installed for PHP.
The next maintenance release TYPO3 CMS 8.7.1 is planned for next Tuesday, April 18th 2017

I get error message "Crystal Report has stopped working " just for 1 report only, all the rest of my reports work fine

I use Crystal Reports XI (11.5.12.1838) and windows 7 ;
I can open all the crystal report files except 1 report,I get error message
Crystal Report has stopped working
A problem caused the program to stop working correctly.
Windows will close the program and notify you if a solution is available"
I tried to
Reboot my PC .
Checked the Datasource and ODBC connection, all work fine.
3.in Crystal Report properties set the compatiblity mode to XP.
Unchecked the save the report with data in crystal report properties
but it still didn't help.
My other colleague can open the report on which I get error and they are using XP
If he is on XP and it works for him while it crashes for you on Windows 7, I would suspect that you need to update your CR XI to the latest service pack from SAP. But since it's only a single report that is giving you grief it may not have anything to do with that. If it is not a very complex report, try recreating it or create a test report that is using the same data connection.
If it works for him and not for you, check to make sure you have the drivers for the right version.
Someone might have put the 32 bit drivers on a 64 bit version on windows 7.

Xlib: unexpected async reply (sequence 0x1cb4)!

I am unable to run Windows tester on SLED 10 machine. When I try to run test as JUnit plugin-in-test, eclipse launches and I see Xlib: unexpected async reply (sequence 0x1cb4)! error in console and eclipse does nothing. I googled and found n number post for the issue but no proper solutions. If anyone have encountered with the problem and found solution pls feel free to reply to this post.
Note: This link clearly describes about the problem http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6386791
Here is the config of my machine
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32"
SUSE Linux Enterprise Desktop 10 (i586)
VERSION = 10
PATCHLEVEL = 4
SUSE Linux Enterprise Desktop 10 (i586)
VERSION = 10
PATCHLEVEL = 4
Thanks
Deepak
I am getting this problem too. What I am trying to do is make a plugin for my Qt application that will move the mouse around and test the GUI. The mouse is moved around using X11 libs. The plugin launches a separate QThread and in this thread I make calls to Qt functions to retrieve information about widgets but I do not ever set any positions or anything. Maybe even calling Qt functions from another thread can also cause the error.