Tagged Questions

3
votes
5answers
118 views

COBOL Migrations Strategies?

Has anyone here been involved in any projects designed to eliminate COBOL or mitigate the risk of COBOL (for example, writing in-house compilers or using COBOL to generate NetBeans, etc.)? If so, …
0
votes
0answers
13 views

Turning off spport for legacy applications…in windows 7 [closed]

I want to turn off support for legacy applications that don’t understand long filenames in the 8.3 character standard. How can I do this in Windows 7?
2
votes
1answer
97 views

Refactoring nasty legacy systems via AOP or other automated means?

I've recently been playing around with PostSharp, and it brought to mind a problem I faced a few years back: A client's developer had produced a web application, but they had not given a lot of …
0
votes
3answers
36 views

How to map this legacy table with NHibernate (Fluent)?

New to NHibernate. Having trouble wrapping my head around how to map this legacy table. CREATE TABLE [dbo].[CmnAddress]( [addressId] [int] NOT NULL, [objectType] [varchar](63) NULL, [objectId] [int] …
0
votes
3answers
57 views

How do I Maintain Multiple Lines of Development Between Customers In Mecurial?

I work on maintaining the same e-commerce web-app for multiple customers. Originally there was a standard set of pages from which all the rest of the customers customizations were derived in the …
0
votes
0answers
9 views

Sharing transactions with EF and other technologies?

We have an application with a lot of legacy code, with many different technologies: COM+ Objects written in Delphi 5 COM+ Objects written in .NET OCX controls written in Delphi 5 ASP pages ASPX pages …
2
votes
3answers
51 views

Best practices for legacy compatibility

From my experience, commitments to backwards/forwards compatibility are the gilded cage of the software engineering industry. I have particularly observed this to be the case for document file formats …
3
votes
1answer
49 views

Using legacy COM component in C# multithreaded Environment

Hi I have legacy COM component, and my mission is to write web service that wrap the COM and enable concurrent non-blocking calls. First of all, because the COM object itself is stateless, i decided …
6
votes
2answers
110 views

What problems should I expect when moving legacy Perl code to UTF-8?

Until now, the project I work in used ASCII only in the source code. Due to several upcoming changes in I18N area and also because we need some Unicode strings in our tests, we are thinking about …
0
votes
2answers
67 views

Load a .NET assembly from a COM ProgID without creating a COM object

A bit of an odd question and probably backwards from what most people want to do, but I'm trying to work around a legacy COM issue. I have two components, both of which are actually .NET assemblies, …
0
votes
1answer
65 views

VB6 and Crystal Reports 7, setting “Record Style” export options programatically

I'm making a change to some legacy software to dump the contents of a CR7 report in the "Record Style" format, which basically dumps each visible data field into a fixed-length text file. This is all …
2
votes
11answers
778 views

Is anyone out there still programming in ObjectStar (formerly known as Huron)

Huron was a 4GL that originated in the IBM 360 mainframe world in the early 90s, created and sold by the Amdahl Corporation. It had a proprietary interpreted language and database that people either …
8
votes
3answers
92 views

Who should learn the “old” system?

I've been involved in several projects which basically involved replacing an "old" system with a "new" system. Invariably, the pattern has been that practically no one on the team building the "new" …
2
votes
2answers
48 views

How to make ActiveRecord work with legacy partitioned/sharded databases/tables?

Hi all, thanks for your time first...after all the searching on google, github and here, and got more confused about the big words(partition/shard/fedorate),I figure that I have to describe the …
11
votes
16answers
824 views

Rewrite of legacy code

My department is currently faced with the responsibility for the task of maintaining a rather large COBOL code base. We are wondering how to add new features to keep up with business needs. COBOL …

1 2 3 4 5 9 next
15 30 50 per page